]> git.plutz.net Git - shellwiki/commitdiff
enable inheritance of localized translation function _()
authorPaul Hänsch <paul@plutz.net>
Tue, 22 Aug 2023 18:39:59 +0000 (20:39 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 22 Aug 2023 18:39:59 +0000 (20:39 +0200)
l10n/de.sh

index 6e406f89d6aca5a0970d06939b00e0aefd9ebf4e..eea6e254f94505d65a96dc00a5e9141a4162f2d2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-_(){
+_l10n_de(){
 case $* in
   'Page names containing newline character are not allowed') printf 'Seitennamen mit Zeilenumbruch sind nicht erlaubt';;
              'Page names starting with "#" are not allowed') printf 'Seitennamen dürfen nicht mit "#" anfangen';;
@@ -35,6 +35,8 @@ case $* in
 esac
 }
 
+_(){ _l10n_de "$@"; }
+
 user_register_email() {  # TRANSLATION
   "$SENDMAIL" -t -f "$MAILFROM" <<-EOF
        From: ${MAILFROM}